home *** CD-ROM | disk | FTP | other *** search
- object FrmMain: TFrmMain
- Left = 361
- Top = 157
- Width = 250
- Height = 176
- BorderIcons = [biSystemMenu, biMinimize]
- Caption = 'TPTImageCombo test'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object PTFrame1: TPTFrame
- Left = 168
- Top = 16
- Height = 25
- Caption = 'Item 1'
- end
- object PTFrame4: TPTFrame
- Left = 168
- Top = 112
- Height = 25
- Caption = 'Item 4'
- end
- object PTFrame2: TPTFrame
- Left = 168
- Top = 48
- Height = 25
- Caption = 'Item 2'
- end
- object PTFrame3: TPTFrame
- Left = 168
- Top = 80
- Height = 25
- Caption = 'Item 3'
- end
- object PTImageCombo1: TPTImageCombo
- Left = 8
- Top = 16
- Width = 145
- Height = 22
- ImageList = ImageList1
- OnSelEndOk = PTImageCombo1SelEndOk
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 16
- ParentFont = False
- TabOrder = 0
- end
- object ImageList1: TImageList
- Left = 107
- Top = 60
- end
- end
-